翻訳と辞書
Words near each other
・ "O" Is for Outlaw
・ "O"-Jung.Ban.Hap.
・ "Ode-to-Napoleon" hexachord
・ "Oh Yeah!" Live
・ "Our Contemporary" regional art exhibition (Leningrad, 1975)
・ "P" Is for Peril
・ "Pimpernel" Smith
・ "Polish death camp" controversy
・ "Pro knigi" ("About books")
・ "Prosopa" Greek Television Awards
・ "Pussy Cats" Starring the Walkmen
・ "Q" Is for Quarry
・ "R" Is for Ricochet
・ "R" The King (2016 film)
・ "Rags" Ragland
・ ! (album)
・ ! (disambiguation)
・ !!
・ !!!
・ !!! (album)
・ !!Destroy-Oh-Boy!!
・ !Action Pact!
・ !Arriba! La Pachanga
・ !Hero
・ !Hero (album)
・ !Kung language
・ !Oka Tokat
・ !PAUS3
・ !T.O.O.H.!
・ !Women Art Revolution


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

sequential access : ウィキペディア英語版
sequential access

In computer science, sequential access means that a group of elements (such as data in a memory array or a disk file or on magnetic tape data storage) is accessed in a predetermined, ordered sequence. Sequential access is sometimes the only way of accessing the data, for example if it is on a tape. It may also be the access method of choice, for example if all that is wanted is to process a sequence of data elements in order.〔(Random and Sequential Data Access ), Microsoft TechNet〕
However, there is no consistent definition of sequential access or sequentiality.〔''Irfan Ahmad'', (Easy and Efficient Disk I/O Workload Characterization in VMware ESX Server ), IISWC, 2007.〕〔''Eric Anderson'', (Capture, Conversion, and Analysis of an Intense NFS Workload ), FAST, 2009.〕〔''Yanpei Chen et al.'' (Design Implications for Enterprise Storage Systems via Multi-dimensional Trace Analysis ). SOSP. 2011〕〔''Andrew Leung et al.'' (Measurement and Analysis of Large-scale Network File System Workloads ). USENIX ATC. 2008〕〔''Frank Schmuck and Roger Haskin'', (GPFS: A Shared-Disk File System for Large Computing Clusters ), FAST. 2002〕〔''Alan Smith''. (Sequentiality and Prefetching in Database Systems ). ACM TOS〕〔''Hyong Shim et al.'' (Characterization of Incremental Data Changes for Efficient Data Protection ). USENIX ATC. 2013.〕〔''Avishay Traeger et al.'' (A Nine Year Study of File System and Storage Benchmarking ). ACM TOS. 2007.〕 In fact, different sequentiality definitions can lead to different sequentiality quantification results. In spatial dimension, request size, strided distance, backward accesses, re-accesses can affect sequentiality. For temporal sequentiality, characteristics such as multi-stream and inter-arrival time threshold has impact on the definition of sequentiality.〔''Cheng Li et al.'' (Assert(!Defined(Sequential I/O)) ). HotStorage. 2014〕
In data structures, a data structure is said to have sequential access if one can only visit the values it contains in one particular order. The canonical example is the linked list. Indexing into a list that has sequential access requires O(''k'') time, where ''k'' is the index. As a result, many algorithms such as quicksort and binary search degenerate into bad algorithms that are even less efficient than their naïve alternatives; these algorithms are impractical without random access. On the other hand, some algorithms, typically those that do not have index, require only sequential access, such as mergesort, and face no penalty.
==See also==

* Direct access storage device
* Queued sequential access method

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「sequential access」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.